inspector: Make it easier to cut'n'paste advice message
authorBastien Nocera <hadess@hadess.net>
Wed, 18 Mar 2015 10:44:40 +0000 (11:44 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Mar 2015 02:05:46 +0000 (22:05 -0400)
The message says "Enable statistics with GOBJECT_DEBUG=instance-count"
but the message itself isn't selectable, making it hard to cut'n'paste.

https://bugzilla.gnome.org/show_bug.cgi?id=746391

gtk/inspector/statistics.ui

index 820a39bde36a0d056a112d38c027c890e4817426..82672db2d175c0a3931cd83066159c6c2e242841 100644 (file)
             <child>
               <object class="GtkLabel">
                 <property name="visible">True</property>
+                <property name="selectable">True</property>
                 <property name="label" translatable="yes">Enable statistics with GOBJECT_DEBUG=instance-count</property>
               </object>
             </child>